projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04e25f
)
gdkprivate-win32.h: Complete removal of attributes_mask
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Mon, 7 Nov 2016 06:35:17 +0000
(14:35 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Mon, 7 Nov 2016 06:37:32 +0000
(14:37 +0800)
We removed this parameter from the function declaration, but not the
prototype. Fix that.
gdk/win32/gdkprivate-win32.h
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkprivate-win32.h
b/gdk/win32/gdkprivate-win32.h
index 27c0663a6f47b21431b82cc2cf33212665f94b0e..e88b5ab4039695628ab7c1b334b74ddeab022b11 100644
(file)
--- a/
gdk/win32/gdkprivate-win32.h
+++ b/
gdk/win32/gdkprivate-win32.h
@@
-477,8
+477,7
@@
void _gdk_win32_display_create_window_impl (GdkDisplay *display,
GdkWindow *real_parent,
GdkScreen *screen,
GdkEventMask event_mask,
- GdkWindowAttr *attributes,
- gint attributes_mask);
+ GdkWindowAttr *attributes);
/* stray GdkWindowImplWin32 members */
void _gdk_win32_window_register_dnd (GdkWindow *window);